projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec1663
)
* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
author
Bozhidar Batsov
<bozhidar@batsov.com>
Wed, 20 Nov 2013 10:52:07 +0000
(12:52 +0200)
committer
Bozhidar Batsov
<bozhidar@batsov.com>
Wed, 20 Nov 2013 10:52:07 +0000
(12:52 +0200)
Change default to "# encoding: %s" to differentiate it from the
default Ruby encoding comment template.
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 28c44307ff2c97e63e2212fd30cb7065c6898162..0e507b821154db5124eda078d5cb1311e08c8119 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-272,7
+272,7
@@
even if it's not required."
(const :tag "Custom Style" custom))
:group 'ruby)
-(defcustom ruby-custom-encoding-magic-comment-template "# coding: %s"
+(defcustom ruby-custom-encoding-magic-comment-template "#
en
coding: %s"
"The encoding comment template to be used when
`ruby-encoding-magic-comment-style' is set to `custom'."
:type 'string